Home > Enterprise >  Bug in laravel using code from "nicepage"
Bug in laravel using code from "nicepage"

Time:09-15

I started a laravel project but to go fast I used "nicepage" (it's a software that allows you to write the code from your model directly for you), my problem is that I exported the code in my laravel project and everything works fine unless the "css" that work not for responsive. I call my "css" which almost doesn't respond. Of course I used the "asset" function

CodePudding user response:

You should not use any software. Laravel have an big documentation and big community to help you.

CodePudding user response:

Use real laravel instead of nicepage it's not complete

CodePudding user response:

honestly I don't know, by the way I just installed and started my application from laragon which contains a lot of dependencies for development

  • Related