Page 1 of 1

CSS Not showing up on initial installation on laravel 5.2

Posted: 03 May 2016, 21:14
by afoster009
Hey Gang, I just installed the aimeos package on a fresh installation of laravel 5.2 and no CSS seems to be showing up although the components seem to be there. I also dont under stand what it means by "adapt your main Blade template in resources/views/app.blade.php" when there is no app.blade.php view.

any help on what exactly i am suppose to be configuring? Everything is default from the initial installation.

Below is a screen shot

Re: CSS Not showing up on initial installation on laravel 5.

Posted: 03 May 2016, 21:19
by aimeos
afoster009 wrote: I also dont under stand what it means by "adapt your main Blade template in resources/views/app.blade.php" when there is no app.blade.php view.
You have to create the file with the content shown in https://github.com/aimeos/aimeos-laravel#setup
Then it will work as expected.

Re: CSS Not showing up on initial installation on laravel 5.

Posted: 03 May 2016, 21:24
by afoster009
I coppied that content into the welcome.blade.php file that comes with the laravel installation and its still not working

Re: CSS Not showing up on initial installation on laravel 5.

Posted: 03 May 2016, 21:28
by aimeos
You need to paste it into the new app.blade.php file