CSS Not showing up on initial installation on laravel 5.2

Help for integrating the Laravel package
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!
afoster009
Posts: 16
Joined: 03 May 2016, 21:07

CSS Not showing up on initial installation on laravel 5.2

Post by afoster009 » 03 May 2016, 21:14

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
Attachments
screenie.PNG
screenie.PNG (59.52 KiB) Viewed 2733 times

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 03 May 2016, 21:19

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

afoster009
Posts: 16
Joined: 03 May 2016, 21:07

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

Post by afoster009 » 03 May 2016, 21:24

I coppied that content into the welcome.blade.php file that comes with the laravel installation and its still not working

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 03 May 2016, 21:28

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, Image give us a star

Post Reply