Posts by Daniel Chung • 25 points
2 posts
-
0
votes1
answer166
viewsQ: Extending layout
I have 2 files: app.blade.php <html> <head> <title>App Name</title> </head> <body> <div class="container"> @yield('content') </div> </body> php…
laravel-bladeasked Daniel Chung 25 -
2
votes1
answer78
viewsQ: Submitted form, returns Class not found autoload Composer
I tried to see if anyone had been through this problem but so far I haven’t found anything on the Internet. I’ve been trying to figure it out for two days and I’m almost giving up. Directory…