لاراول اورکید

لاراول فیلامنت را در این دوره با دقت نگاه کنید. مستندات فیلامنت رو بخونید.

رقبای دیگه Nova هست که خود لاراول ارایه کرده که من در دو سه پروژه ازش استفاده کردم. ازش نوشتم قبلا براتون

رقیب دیگر orchid هست که پیشنهاد میکنم حتما یک بار طبق دستور العمل زیر نصب کنید.


Certainly! Let’s get you started with installing Laravel Orchid. Here are the steps:

  1. Create a New Laravel Project:
    If you don’t have Laravel installed, create a new project using Composer:composer create-project laravel/laravel orchid-project "8.*" --prefer-dist
    Alternatively, if you have Laravel installed, skip this step.
  2. Set Permissions:
    Make sure to set write permissions for the storage and bootstrap/cache directories:chmod -R o+w storage bootstrap/cache
  3. Edit the .env File:Update the .env file with your database credentials and set the APP_URL.
  4. Add Orchid Dependency:
    Go to the project directory and run:composer require orchid/platform
  5. Run Installation Command:
    Execute the following command to install Orchid:php artisan orchid:install
  6. Create an Admin User:
    To create an admin user with maximum permissions, run:php artisan orchid:admin admin admin@admin.com password
  7. Start the Development Server:
    If you haven’t set up a server (like Nginx or Apache), use the built-in server:php artisan serve
    Open your browser and go to http://localhost:8000/admin.

Remember to adjust your domain settings if needed. Happy coding! 🚀🌱 12


Learn more

1blog.orchid.software2📷youtube.com3📷youtube.com4📷youtube.com5📷youtube.com6en.wikipedia.org+2 more