Giter Club home page Giter Club logo

laravel-knowledgebase-faq's Introduction

Laravel 8 Knowledge Base FAQ with Adminpanel

Transformed free Bootstrap theme into fully manageable Laravel 8 project with adminpanel generated with QuickAdminPanel, to manage all the articles, categories.

Also added SEO important stuff like Articles Slugs in URLs.

Demo video: Youtube


Front-side Screenshots

Laravel Knowledge Base FAQ Home


Laravel Knowledge Base FAQ Category


Adminpanel Screenshots

Laravel Knowledge Base FAQ adminpanel articles

Laravel Knowledge Base FAQ adminpanel new article


How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • That's it: launch the main URL.
  • You can login to adminpanel by going go /login URL and login with credentials [email protected] - password

License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team

laravel-knowledgebase-faq's People

Contributors

jkondela avatar laraveldaily avatar marius-k avatar povilaskorop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-knowledgebase-faq's Issues

Seeder gives an error at the ArticlesTableSeeder

The following error is being thrown:

`Seeded: CategoriesTableSeeder (0.17 seconds)
Seeding: TagsTableSeeder
Seeded: TagsTableSeeder (0.51 seconds)
Seeding: ArticlesTableSeeder

ErrorException : implode(): Passing glue string after array is deprecated. Swap the parameters

at /home/vagrant/knowledgebase/vendor/fzaninotto/faker/src/Faker/Provider/Lorem.php:95
91|
92| $words = static::words($nbWords);
93| $words[0] = ucwords($words[0]);
94|

95| return implode($words, ' ') . '.';
96| }
97|
98| /**
99| * Generate an array of sentences

Exception trace:

1 implode()
/home/vagrant/knowledgebase/vendor/fzaninotto/faker/src/Faker/Provider/Lorem.php:95

2 Faker\Provider\Lorem::sentence()
/home/vagrant/knowledgebase/vendor/fzaninotto/faker/src/Faker/Generator.php:222

Please use the argument -v to see more details.`

CKEditor add image_upload

Hi,

Is it possible you could add image upload to CKEditor? I've tried to add it myself but it seems I cannot integrate it into this laravel code or maybe you can guide me?

It would be very neat to have an enable or disable option for image upload or atleast external url image add-on.

PHP Version Out of Date

root composer.json file

rather than

"require": {
"php": "^7.3",
},

my suggestion

"require": {
"php": "^7.3|^(your version of php)",
},

Ex

"require": {
"php": "^7.3|^8.0.17",
},

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `password_resets` add index `password_resets_email_index`(`email`))

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table password_resets add index password_resets_email_index(email))

at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671
667▕ // If an exception occurs when attempting to run a query, we'll format the error
668▕ // message to include the bindings with SQL, which will make this exception a
669▕ // lot more helpful to the developer instead of just the database's errors.
670▕ catch (Exception $e) {
➜ 671▕ throw new QueryException(
672▕ $query, $this->prepareBindings($bindings), $e
673▕ );
674▕ }
675▕

  +12 vendor frames 

13 database/migrations/2014_10_12_100000_create_password_resets_table.php:20
Illuminate\Support\Facades\Facade::__callStatic("create")

  +22 vendor frames 

36 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.