Skip to content

[11.x] Slim skeleton #6188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 189 commits into from
Nov 28, 2023
Merged
Changes from 1 commit
Commits
Show all changes
189 commits
Select commit Hold shift + click to select a range
c9ce5c8
policies property is not needed with auto discovery
taylorotwell Apr 18, 2023
38971e7
auto register email verification listener
taylorotwell Apr 18, 2023
dcff989
enable event discovery by default
taylorotwell Apr 18, 2023
f0a34f3
move broadcast routes into provider - delete routes file
taylorotwell Apr 18, 2023
8c643a4
add base middleware for guest, dont use redirect to on json requests …
taylorotwell Apr 20, 2023
19dc367
remove trust proxies from skeleton
taylorotwell Apr 20, 2023
902d79c
remove trust hosts from skeleton
taylorotwell Apr 20, 2023
2f93bb1
use base validate signature middleware
taylorotwell Apr 20, 2023
9749858
rename csrf middleware for consistency
taylorotwell Apr 21, 2023
49fc45c
update sanctums use of csrf middleware
taylorotwell Apr 21, 2023
d001b6e
use base encrypt cookies and trim strings middleware
taylorotwell Apr 21, 2023
b6b6bee
no longer necessary to load commands manually
taylorotwell Apr 21, 2023
d257a94
move commands in console kernel - remove console routes file
taylorotwell Apr 21, 2023
1de2011
use base maintenance middleware
taylorotwell May 5, 2023
cdb6667
clean up bootstrap - remove exception handler
taylorotwell May 5, 2023
aac31bc
fix comment
taylorotwell May 5, 2023
b222e08
pass an exception handler callbacklara
taylorotwell May 5, 2023
e28f4b2
import class in database seeder
taylorotwell May 5, 2023
dee2304
rename migrations
taylorotwell May 8, 2023
9ac2d88
update comment regarding failed job drivers
taylorotwell May 10, 2023
ec12d80
use file driver for failed jobs in new applications
taylorotwell May 10, 2023
91c8130
remove csrf middleware from skeleton
taylorotwell May 10, 2023
f3a7b1d
update sanctum configuration for middleware changes
taylorotwell May 10, 2023
8b2ff60
remove two traits from base controller
taylorotwell May 10, 2023
cf639e7
Apply fixes from StyleCI
StyleCIBot May 11, 2023
b722ee5
use database by default for failed jobs - ship combined job migration
taylorotwell May 11, 2023
96c4e20
uncomment test user
taylorotwell May 11, 2023
30beecd
Update DatabaseSeeder.php
nunomaduro May 11, 2023
953895a
uncomment import
taylorotwell May 11, 2023
c0385ed
update doc block for broadcast service provider
taylorotwell May 11, 2023
0ab10ce
use channel file... remove provider
taylorotwell May 12, 2023
b32ffa5
Update config/sanctum.php
taylorotwell May 12, 2023
dfbe0f7
remove event and auth service providers
taylorotwell May 13, 2023
0511332
remove event service provider from config - auto registered now
taylorotwell May 17, 2023
028ba7c
update providers config to be more robust for replacements
taylorotwell May 17, 2023
c65ae53
route service provider no longer necessary. bootstrap
taylorotwell May 17, 2023
4e8f7d6
remove commented service provider
taylorotwell May 17, 2023
efe26cf
console kernel not needed... console routes file can define schedule
taylorotwell May 19, 2023
c110b45
update to use app builder
taylorotwell May 21, 2023
d949b5b
remove unnecessary import
taylorotwell May 21, 2023
406ee28
http kernel is no longer necessary
taylorotwell May 21, 2023
0049546
update comment
taylorotwell May 25, 2023
d1f5cc0
streamline incoming request / cli files
taylorotwell May 25, 2023
d2efa3e
update comment
taylorotwell May 25, 2023
781a49b
app config comment review
taylorotwell May 25, 2023
ea609dc
auth config file comments
taylorotwell May 25, 2023
bf776fd
cache config file comments
taylorotwell May 25, 2023
bd64279
database file comments
taylorotwell May 25, 2023
a597f64
filesystem comments
taylorotwell May 25, 2023
7d04551
mail config comments
taylorotwell May 25, 2023
5868bd6
mail config comments
taylorotwell May 25, 2023
84bac68
use named route instead of constant
taylorotwell May 31, 2023
d1745f9
updating comments
taylorotwell May 31, 2023
4511b38
fix typo in app.php (#6189)
m1guelpf Jun 2, 2023
2d38232
pass channels in routing
taylorotwell Jun 5, 2023
02d2e61
register commands
taylorotwell Jun 5, 2023
e8e893a
pass default command directory
taylorotwell Jun 6, 2023
a49cb39
update bootstrap for console commands
taylorotwell Jun 6, 2023
d7b8d0a
initial stub of exceptions
taylorotwell Jun 6, 2023
6271442
pass command routes in withCommands
taylorotwell Jun 6, 2023
d0bd932
update comment
taylorotwell Jun 6, 2023
e68534d
update comment
taylorotwell Jun 6, 2023
6b96b27
update comment
taylorotwell Jun 6, 2023
fbfea26
slim down commands
taylorotwell Jun 6, 2023
fa9d53b
slim exception method
taylorotwell Jun 6, 2023
8ece0a3
update wording
taylorotwell Jun 6, 2023
c9e43fb
remove middleware that dont need to be in skeleton anymore
taylorotwell Jun 7, 2023
23d823e
no need to extend any base controller
taylorotwell Jun 7, 2023
456a77e
fix env var names for cache and broadcast
taylorotwell Jun 11, 2023
6b2b71d
let default queue driver be database
taylorotwell Jun 11, 2023
1828c27
add more env vars
taylorotwell Jun 11, 2023
50bd9cb
remove most config files by default
taylorotwell Jun 12, 2023
c4b31fc
remove sanctum config
taylorotwell Jun 12, 2023
eb28c35
add redis client to env example
taylorotwell Jun 12, 2023
fc584ea
update comments for provider changes
taylorotwell Jun 12, 2023
a28b176
slim providers
taylorotwell Jun 21, 2023
a8ae380
slim providers work
taylorotwell Jun 21, 2023
f35ef15
work on slim providers
taylorotwell Jun 21, 2023
fbf519f
work on slim providers
taylorotwell Jun 21, 2023
1d05f4d
slim provider work
taylorotwell Jun 21, 2023
d77a19a
remove import
taylorotwell Jun 21, 2023
4e6f8d2
slim providers
taylorotwell Jun 21, 2023
0622f49
App Provider
taylorotwell Jun 27, 2023
5824fde
Apply fixes from StyleCI
StyleCIBot Jun 27, 2023
4a5e4e6
use cast method
taylorotwell Jun 30, 2023
22e701e
gitkeep in config
taylorotwell Jun 30, 2023
b4b3229
remove api routes file
taylorotwell Jul 1, 2023
22e2b26
remove channels file
taylorotwell Jul 1, 2023
aad9201
extract echo
taylorotwell Jul 1, 2023
591eb85
adjust comment
taylorotwell Jul 1, 2023
daeb358
update comment
taylorotwell Jul 1, 2023
8e5a2ee
remove has api tokens trait
taylorotwell Jul 1, 2023
208ebf7
echo file is not needed
taylorotwell Jul 7, 2023
58077d0
update comment
taylorotwell Aug 15, 2023
05984cf
policies property is not needed with auto discovery
taylorotwell Apr 18, 2023
7abb5df
auto register email verification listener
taylorotwell Apr 18, 2023
c6b91aa
enable event discovery by default
taylorotwell Apr 18, 2023
3d76840
move broadcast routes into provider - delete routes file
taylorotwell Apr 18, 2023
6288bbf
add base middleware for guest, dont use redirect to on json requests …
taylorotwell Apr 20, 2023
45a6341
remove trust proxies from skeleton
taylorotwell Apr 20, 2023
581d591
remove trust hosts from skeleton
taylorotwell Apr 20, 2023
c512fa6
use base validate signature middleware
taylorotwell Apr 20, 2023
8f6df61
rename csrf middleware for consistency
taylorotwell Apr 21, 2023
6038dee
update sanctums use of csrf middleware
taylorotwell Apr 21, 2023
4b9eb7c
use base encrypt cookies and trim strings middleware
taylorotwell Apr 21, 2023
9010aeb
no longer necessary to load commands manually
taylorotwell Apr 21, 2023
1e69c4e
move commands in console kernel - remove console routes file
taylorotwell Apr 21, 2023
94a124b
use base maintenance middleware
taylorotwell May 5, 2023
560d7ea
clean up bootstrap - remove exception handler
taylorotwell May 5, 2023
04fb019
fix comment
taylorotwell May 5, 2023
2442193
pass an exception handler callbacklara
taylorotwell May 5, 2023
6ab63b8
import class in database seeder
taylorotwell May 5, 2023
336ad61
rename migrations
taylorotwell May 8, 2023
2dd70d6
update comment regarding failed job drivers
taylorotwell May 10, 2023
615535c
use file driver for failed jobs in new applications
taylorotwell May 10, 2023
03efddb
remove csrf middleware from skeleton
taylorotwell May 10, 2023
e0eeda3
remove two traits from base controller
taylorotwell May 10, 2023
4775032
use database by default for failed jobs - ship combined job migration
taylorotwell May 11, 2023
735b375
uncomment test user
taylorotwell May 11, 2023
7d39ac2
Update DatabaseSeeder.php
nunomaduro May 11, 2023
a824172
uncomment import
taylorotwell May 11, 2023
6be77e2
update doc block for broadcast service provider
taylorotwell May 11, 2023
008633b
use channel file... remove provider
taylorotwell May 12, 2023
c90127d
remove event and auth service providers
taylorotwell May 13, 2023
f04d1d4
remove event service provider from config - auto registered now
taylorotwell May 17, 2023
0388f36
update providers config to be more robust for replacements
taylorotwell May 17, 2023
d1993cd
route service provider no longer necessary. bootstrap
taylorotwell May 17, 2023
87d2f54
remove commented service provider
taylorotwell May 17, 2023
5a4fd61
console kernel not needed... console routes file can define schedule
taylorotwell May 19, 2023
5ff795d
update to use app builder
taylorotwell May 21, 2023
60050bb
remove unnecessary import
taylorotwell May 21, 2023
3a5bfe5
http kernel is no longer necessary
taylorotwell May 21, 2023
2443600
update comment
taylorotwell May 25, 2023
19647af
streamline incoming request / cli files
taylorotwell May 25, 2023
a848485
update comment
taylorotwell May 25, 2023
c2243d4
app config comment review
taylorotwell May 25, 2023
efd5721
auth config file comments
taylorotwell May 25, 2023
e753ef6
cache config file comments
taylorotwell May 25, 2023
55997ed
database file comments
taylorotwell May 25, 2023
585ecf6
filesystem comments
taylorotwell May 25, 2023
19236b8
mail config comments
taylorotwell May 25, 2023
ae4811d
mail config comments
taylorotwell May 25, 2023
8fd29a5
use named route instead of constant
taylorotwell May 31, 2023
33286b6
updating comments
taylorotwell May 31, 2023
e51b442
fix typo in app.php (#6189)
m1guelpf Jun 2, 2023
2aad92f
pass channels in routing
taylorotwell Jun 5, 2023
7578ae9
register commands
taylorotwell Jun 5, 2023
31a7cc8
pass default command directory
taylorotwell Jun 6, 2023
d0d81cf
update bootstrap for console commands
taylorotwell Jun 6, 2023
9fbf17f
initial stub of exceptions
taylorotwell Jun 6, 2023
929b052
pass command routes in withCommands
taylorotwell Jun 6, 2023
7877b30
update comment
taylorotwell Jun 6, 2023
b9b103d
update comment
taylorotwell Jun 6, 2023
3fe53f0
update comment
taylorotwell Jun 6, 2023
7b850b3
slim down commands
taylorotwell Jun 6, 2023
43f773d
slim exception method
taylorotwell Jun 6, 2023
ff0376f
update wording
taylorotwell Jun 6, 2023
f23e9de
remove middleware that dont need to be in skeleton anymore
taylorotwell Jun 7, 2023
b9115f7
no need to extend any base controller
taylorotwell Jun 7, 2023
f1d667a
fix env var names for cache and broadcast
taylorotwell Jun 11, 2023
fd5ffff
let default queue driver be database
taylorotwell Jun 11, 2023
3f12955
add more env vars
taylorotwell Jun 11, 2023
091741e
remove most config files by default
taylorotwell Jun 12, 2023
9630e76
add redis client to env example
taylorotwell Jun 12, 2023
72f86d5
update comments for provider changes
taylorotwell Jun 12, 2023
89486fa
slim providers
taylorotwell Jun 21, 2023
8ddf84c
slim providers work
taylorotwell Jun 21, 2023
e919cbd
work on slim providers
taylorotwell Jun 21, 2023
4b0daec
work on slim providers
taylorotwell Jun 21, 2023
5843a38
slim provider work
taylorotwell Jun 21, 2023
a24d78b
remove import
taylorotwell Jun 21, 2023
c6f8756
slim providers
taylorotwell Jun 21, 2023
9e4a0ee
App Provider
taylorotwell Jun 27, 2023
0f3f246
Apply fixes from StyleCI
StyleCIBot Jun 27, 2023
e2c7644
use cast method
taylorotwell Jun 30, 2023
9d4f62f
gitkeep in config
taylorotwell Jun 30, 2023
a6eb8cc
remove api routes file
taylorotwell Jul 1, 2023
64004c5
remove channels file
taylorotwell Jul 1, 2023
cccc90b
extract echo
taylorotwell Jul 1, 2023
d0a02b1
adjust comment
taylorotwell Jul 1, 2023
5b20ed8
update comment
taylorotwell Jul 1, 2023
6bd08a5
remove has api tokens trait
taylorotwell Jul 1, 2023
7578ef9
echo file is not needed
taylorotwell Jul 7, 2023
3b06291
update comment
taylorotwell Aug 15, 2023
287eb6a
Merge branch 'slim-skeleton-11.x' of github.com:laravel/laravel into …
taylorotwell Nov 6, 2023
b31454c
formatting
taylorotwell Nov 6, 2023
5be26b2
Makes abstract controller `abstract` (#6276)
nunomaduro Nov 20, 2023
315efb5
Uses generic annotation on `User::casts()` (#6277)
nunomaduro Nov 20, 2023
41abbe9
Merge branch 'master' into slim-skeleton-11.x
taylorotwell Nov 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
slim down commands
  • Loading branch information
taylorotwell committed Aug 31, 2023
commit fbfea26d045b3e14decfb872e2bcc4db97f5a78d
5 changes: 1 addition & 4 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
->withRouting(
web: __DIR__.'/../routes/web.php',
api: __DIR__.'/../routes/api.php',
commands: __DIR__.'/../routes/console.php',
channels: __DIR__.'/../routes/channels.php',
)
->withMiddleware(function (Middleware $middleware) {
//
})
->withCommands([
__DIR__.'/../routes/console.php',
__DIR__.'/../app/Console/Commands',
])
->withExceptionHandling(function (Exceptions $exceptions) {
//
})->create();