CSS Not showing up on initial installation on laravel 5.2
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 16
- Joined: 03 May 2016, 21:07
CSS Not showing up on initial installation on laravel 5.2
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
any help on what exactly i am suppose to be configuring? Everything is default from the initial installation.
Below is a screen shot
- Attachments
-
- screenie.PNG (59.52 KiB) Viewed 4537 times
Re: CSS Not showing up on initial installation on laravel 5.
You have to create the file with the content shown in https://github.com/aimeos/aimeos-laravel#setupafoster009 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.
Then it will work as expected.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 16
- Joined: 03 May 2016, 21:07
Re: CSS Not showing up on initial installation on laravel 5.
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.
You need to paste it into the new app.blade.php file
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
