22 Commits

Author SHA1 Message Date
Luke Towers
cfa763b714 Initial rebrand commit generated from the 1.0 rebrand branch patch file 2021-03-10 15:02:53 -06:00
Samuel Georges
babf8f05a7 Restore autoloader and bootstrapper
There was no real need to change this from what it was
2020-02-27 20:07:42 +11:00
Ben Thomson
60d6825c0d Partially revert and restore bootstrap/autoload.php
As discussed with @daftspunk, we now have to hard-code some overrides to ensure our helpers are loaded first. To keep the code DRY and self-explanatory, we do need to keep the autoload.php file.
2020-01-20 15:11:38 +08:00
Ben Thomson
e099b7bdee Move autoloading to index to make it the same as Laravel 6.
Implements work done in https://github.com/octobercms/october/pull/4280.

Credit to @Samuell1
2020-01-20 14:33:14 +08:00
Samuel Georges
43e4a23161 Rollback changes from 7b174e6ce866deaa53a913bf3fa9851342601e26 2016-01-04 18:46:23 +11:00
Samuel Georges
2087b575d3 Roll back compiled path, which is still defined in the storage folder 2016-01-04 07:52:57 +11:00
Pásztor Gábor
bb612f096e Use the ::class notation, add Broadcasting service provider and Gate alias 2016-01-02 16:57:57 +01:00
Pásztor Gábor
7b174e6ce8 Add missing config file, remove php 5.4 support. 2016-01-02 15:41:27 +01:00
Brandon Parise
8ac33bb54f Fixing path to the compiled class map - fixes #1608 2015-12-01 09:58:16 -05:00
Samuel Georges
b8bb95fc37 Show a nicer error when vendor folder is missing 2015-05-28 00:17:53 +10:00
Samuel Georges
f68dbb3328 Fix to satisfy Laravel 5.0.16 2015-05-08 15:42:46 +10:00
Samuel Georges
f0bc711e0f Insurance policy so #978 never occurs again 2015-03-02 16:01:18 +11:00
Samuel Georges
68909f1bfe Fixes Custom Exception Handler for L5 2015-02-07 16:14:26 +11:00
Samuel Georges
4c29c5080d Clean up, get front and backends operational again 2015-02-05 19:47:20 +11:00
Samuel Georges
ed22cc9186 Migrate bootstrap process 2015-02-04 19:31:41 +11:00
Sam Georges
132529c0ff Fixes #740 - Use getenv() instead of $_SERVER 2014-11-01 15:53:32 +11:00
Sam Georges
b45730e1d9 Fixes issue where XDebug aborts the thread for maximum function count. 2014-10-21 19:20:55 +11:00
Stefan Talen
d2d9f89117 Removing extra blank lines 2014-10-10 22:06:55 +02:00
Stefan Talen
bf515bfa9a Updating bootstrap folder to PSR-2 2014-10-10 21:58:29 +02:00
Sam Georges
04bbad320f Fixes #347, Fixes #401 - Allow user routes to be registered before the CMS 2014-07-12 13:16:16 +10:00
Radosław Mejer
a21b12d502 Fix in detecting production env
By default `detectEnvironment()` returns `production` when environment is not detected.

However when `Closure` is passed the value returned by it will be set as environment.  
In this case returning `null` means that Laravel won't recognize any environment. In such situation any `production` configs won't be loaded.
2014-06-20 11:37:47 +02:00
Sam Georges
71a5dd67ab Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00