Giter Site home page Giter Site logo

electrikhq / electrik Goto Github PK

View Code? Open in Web Editor NEW
230.0 230.0 19.0 4.06 MB

Electrik is a full-featured, open-source, starter-kit to help you build you your SaaS application.

Home Page: https://electrik.dev

License: MIT License

PHP 59.71% Blade 39.02% JavaScript 1.15% CSS 0.12%
laravel laravel-admin laravel-framework laravel-nova laravel-package laravel-starter-kit laravel9 php saas saas-boilerpate saas-boilerplate tailwindcss

electrik's People

Contributors

neerajsohal avatar prasoonthakur8 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

electrik's Issues

Electrik's Future

Hello people!

First thank you for supporting and loving Electrik!

So, over the past few months, there has been a lot of activity that has been happening in Laravel community due to the release of L10, including the packages that Electrik use and depend on.

I was thinking of waiting for the right time to let the dust settle. It turned out to be non productive. And all the development on the project just stopped. Partly due to my commitments elsewhere, partly due to the approach.

I am still thinking and working on a way to get around this and keep the development going. But Electrik is here to stay!

I'll keep you guys posted on developments.

P.S. For people who want to use Livewire 3 and L10, please use the latest commit from development branch.

EDIT:

You can also keep an eye on project's roadmap.

Spring clean the code

There is a lot of commented pieces of code lying around. Need to clean it. Along with orphan artifacts in the code

Change dependency to new repo

Currently package depends on neerajsohal/slate. Which is now abandoned and have been merged with Electrik. Need to change that dependency to electrik/slate.

Error on instalation the pachk

I have run: composer require electrik/electrik and there error (See screenshot)

Laravel Version ........................................................................................................................... 9.52.4
PHP Version ............................................................................................................................... 8.1.16

image

great but there are some issues

Hello,

This is a great starter for building a SaaS with Laravel, however I've found some issues:

  • There are a lot of hardcoded mentions of India vs. US for subscriptions, this doesn't scale well, specifically around the TAX RATES where if you select US and don't update the tax rates in the .env, there are errors.
  • Maybe detail which .env variables are required (STRIPE keys are required prior to registration/login, tax rates must be defined or it errors when you subscribe)
  • logout route is missing
  • if you have select a free plan with 0 trial days, it still asks for a credit card to register
  • postal code is labeled as "pincode" in the registration, I think this is incorrect?
  • on /teams/roles, it references display_name in the roles table, but this column doesn't exist
  • on /teams/members you see all users as part of one team, even though they have separate teams. You probably need to add filters() to the Livewire Datatable
  • all subscriptions are labeled as "sprrw", no idea why? This is also hardcoded into the views @if(!auth()->user()->currentTeam->subscribed('sprrw'))

This is all I found on the first pass, but it's a start :)

git checkout in windows fails because YAML filename ends in space

Install of electrik/electrik failed

In GitDownloader.php line 500:

Failed to execute git checkout 99dc6b3 -- && git reset --hard 99dc6b3
24b289c5eeff6438f8fe --

error: invalid path '.scrutinizer.yml '

-Getting the above-mentioned error, please remove the space at the end of ".scrutinizer.yml" file because windows do not normally permit trailing spaces in a directory or file name.

Problem with required illuminate/support dependency

Tried to install your package with Laravel 9 and got the below error when running composer require electrik/electrik:
Problem 1
- electrik/electrik[2.0.0, ..., 2.0.5] require illuminate/support ^10.10 -> found illuminate/support[v10.10.0, ..., v10.24.0] but these were not loaded, likely because it conflicts with another require.

Then I found out that the problem most probable the below:
Only one of these can be installed: laravel/framework[v9.19.0, ..., v9.52.15], illuminate/support[v10.10.0, ..., v10.24.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.

Laravel/framework replaces illuminate/support and thus cannot coexist with it.
I think you might need to fix this in your composer.json and require the appropriate laravel/framework version instead of illuminate/support.
]

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.