Coder Social home page Coder Social logo

bap's Introduction

✔️ Bootstrap Admin Panel

Easy way to create Admin Panel.

🔌 Requirements

  • PHP version: >= 8.0
  • Composer
  • Node.js
  • PHP extensions: GD, GMP, ZIP

🧰 Built with

  • Laravel 10.X
  • Livewire 3.X
  • Bootstrap 5
  • Tabler.io
  • SweetAlert2
  • spatie/laravel-permission
  • Laravel Mix Build Tools

🧾 Installation

  1. git clone https://github.com/aliqasemzadeh/bap BoostrapAdminPanel

  2. cd BoostrapAdminPanel

  3. Install dependencies:

    composer install

    npm install

  4. cp .env.example .env

  5. php artisan key:generate

  6. Set your .env with credentials to your database server (DB_* settings) and your domain config (APP_URL).

  7. php artisan migrate --seed

  8. Build frontend with npm run production for production.

  9. Run your server php artisan serve.

  10. Username:[email protected]/Password:P@ssw0rd321

Note 1: I decide to change Base Admin Panel to Bootstrap Admin Panel because is much better.

Note 2: Any misuse of this software to launch illegal sites is not allowed and the responsibility for its use lies with the user's site.

Note 3: We start new version ny the name jetadmin soon available.

bap's People

Contributors

aliqasemzadeh avatar erikn69 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  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

bap's Issues

Button that use Livewire.emit method is not working.

When I click any button, console will throw exception messase:
"Uncaught TypeError: Livewire.emit is not a function at HTMLButtonElement.onclick"

maybe Livewire.emit does not work on Livewire 3 and need to be migrate.

Issue with Migration on MySQL 8.0.35-0ubuntu0.22.04.1 (Ubuntu) - Syntax Error or Access Violation

I am encountering an issue while attempting to run a migration on MySQL version 8.0.35-0ubuntu0.22.04.1 (Ubuntu). The migration is related to the user_addresses table, and I am getting the following error:

  2023_07_16_071511_create_product_prices_table ....................................................................................... 1,562ms DONE
  2023_07_16_072341_create_user_addresses_table ....................................................................................... 1,206ms FAIL

   Illuminate\Database\QueryException 

  SQLSTATE[42000]: Syntax error or access violation: 1170 BLOB/TEXT column 'country_id' used in key specification without a key length (Connection: mysql, SQL: alter table `user_addresses` add index `user_addresses_country_id_index`(`country_id`))

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:822
    818▕                     $this->getName(), $query, $this->prepareBindings($bindings), $e
    819▕                 );
    820▕             }
    821▕ 
  ➜ 822▕             throw new QueryException(
    823▕                 $this->getName(), $query, $this->prepareBindings($bindings), $e
    824▕             );
    825▕         }
    826▕     }

      +9 vendor frames 
  10  database/migrations/2023_07_16_072341_create_user_addresses_table.php:25
      Illuminate\Support\Facades\Facade::__callStatic()

      +35 vendor frames 
  46  artisan:37
      Illuminate\Foundation\Console\Kernel::handle()

Details:

  • PHP Version: 8.1.2-1ubuntu2.14
  • Database Server: MySQL
    • Server Version: 8.0.35-0ubuntu0.22.04.1 - (Ubuntu)
    • Protocol Version: 10
    • Server Charset: UTF-8 Unicode (utf8mb4)

Any guidance or resolution steps would be greatly appreciated.

Swiftmailer error on install and login

I did a fresh install. set up the database. published the tables. installed the npm. then ran PHP artisan serve. the site is available but upon login with the credentials provided I get the following error.

Swift_TransportException
Connection could not be established with host mailhog :stream_socket_client(): php_network_getaddresses: getaddrinfo failed: No such host is known.

with no setup instructions for swiftmailer (and its depreciation) I'm not sure what to do next to view your project.

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.